home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / educatio / birdatmy.sit / Bird Anatomy%d0v1.2d / background_29265.txt < prev    next >
Encoding:
Text File  |  1989-07-02  |  1016 b   |  56 lines

  1. -- background: 29265 from stack: in.2d
  2. -- bmap block id: 7730
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Divider
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=436 top=291 right=331 bottom=465
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual wipe right
  23.   go previous
  24. end mouseUp
  25.  
  26. on mouseStillDown
  27.   wait 30
  28.   visual wipe right
  29.   go previous
  30. end mouseStillDown
  31.  
  32.  
  33. -- part 2 (button)
  34. -- low flags: 00
  35. -- high flags: 2000
  36. -- rect: left=470 top=291 right=331 bottom=499
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: 
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   visual wipe left
  48.   go next
  49. end mouseUp
  50.  
  51. on mouseStillDown
  52.   wait 30
  53.   visual wipe left
  54.   go next
  55. end mouseStillDown
  56.